home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / AlertPanelEx.wo / AlertPanelEx.wos < prev   
Encoding:
Text File  |  1996-02-28  |  228 b   |  14 lines

  1. ////////////////////////
  2. //  AlertPanelEx
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7.  
  8. id infoString2;
  9.  
  10. - awake
  11. {
  12.    infoString2 = [NSString stringWithFormat:@"This AlertPanel was generated at %@", [NSCalendarDate date]];
  13. }
  14.